home *** CD-ROM | disk | FTP | other *** search
- From: alhen_ms@msn.com (Alberto Henriquez)
- Subject: RE: How do you use DOS extenders?
- Date: 16 Apr 96 19:32:54 -0700
- References: <4km93g$1cui@usenetp1.news.prodigy.com>
- Message-ID: <00001a81+0000b23e@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- Hi Mark,
-
- Try setting your compile options to use the large memory model. if
- you are trying to allocate a lot of 64k blocks or bigger, your
- better off in obtaining a extended memory set of APIs that will use
- XMS to allocate blocks of memory from 16megs to 64megs (depending on
- the version of XMS that is on your system and/or clients)
-
- Al
-